home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gqzlist, gqzheart
- if getaProp(gqzlist, #dcqzh) = 1 then
- puppetTransition(26, 1, 40, 1)
- go("H1")
- else
- if gqzheart >= 1 then
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-H-E")
- else
- puppetTransition(26, 1, 40, 1)
- go("QUIZ-H-Eemp")
- end if
- end if
- end
-